hip.error.handler

Undocumented in source.

Members

Aliases

terminate
alias terminate = terminateiOSApp

iOS has a special terminate function which ought to be called when something happens.

terminate
alias terminate = core.stdc.stdlib.exit
Undocumented in source.

Classes

EngineErrorStack
class EngineErrorStack

Base clas for documenting errors

ErrorHandler
class ErrorHandler

Class Used for handling errors

Functions

terminateiOSApp
void terminateiOSApp(int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta